net/http.persistConn.maxHeaderResponseSize (method)
5 uses
net/http (current package)
transport.go#L2163: func (pc *persistConn) maxHeaderResponseSize() int64 {
transport.go#L2169: return 0, fmt.Errorf("read limit of %d bytes exhausted", pc.maxHeaderResponseSize())
transport.go#L2329: pc.readLimit = pc.maxHeaderResponseSize()
transport.go#L2353: err = fmt.Errorf("net/http: server response headers exceeded %d bytes; aborted", pc.maxHeaderResponseSize())
transport.go#L2545: pc.readLimit = pc.maxHeaderResponseSize() // reset the limit
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |